home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Contact.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  530 b 

  1. {
  2.     "schema": {
  3.         "ContactID": "Long Integer NOT NULL",
  4.         "FirstName": "Text (32) NOT NULL",
  5.         "LastName": "Text (32) NOT NULL",
  6.         "Title": "Text (32)",
  7.         "Company": "Text (32)",
  8.         "Department": "Text (32)",
  9.         "Address": "Text (64)",
  10.         "City": "Text (32)",
  11.         "State": "Text (5)",
  12.         "Zip": "Text (20)",
  13.         "Region": "Text (10)",
  14.         "Country": "Text (32)",
  15.         "PrimaryPhone": "Text (20)",
  16.         "SecondaryPhone": "Text (20)",
  17.         "Pager": "Text (20)",
  18.         "FaxNumber": "Text (20)",
  19.         "Email": "Text (128)",
  20.         "Description": "Memo/Hyperlink (255)",
  21.         "ContactType": "Text (32) NOT NULL",
  22.         "ts": "Text (16) NOT NULL"
  23.     },
  24.     "data": []
  25. }